Welcome![Sign In][Sign Up]
Location:
Search - Process Scheduler

Search list

[GUI DevelopProcess(forOther)

Description: 本程序模拟进程调度程序,从进程的创建到结束,运用随机函数进行创建进程-the simulation process scheduler, from the creation process to the end, using the random function for the creation process
Platform: | Size: 679917 | Author: lhs | Hits:

[OS Develop操作系统原理上机报

Description: 用C语言编写和调试一个简单的进程调度程序-C language writing and debugging a simple process scheduler
Platform: | Size: 16384 | Author: 胡利军 | Hits:

[OS Develop操作系统存储器管理

Description: 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user's needs to create process n (n that meet user needs, without exceeding the system can accommodate the largest number of processes), the process of mutual Stating visit to the use of critical resources S1, S2; building a Dynamic priority number (eg :
Platform: | Size: 19456 | Author: 赵利君 | Hits:

[OS Develop操作系统进程管理

Description: 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user's needs to create process n (n that meet user needs, without exceeding the system can accommodate the largest number of processes), the process of mutual Stating visit to the use of critical resources S1, S2; building a Dynamic priority number (eg :
Platform: | Size: 27648 | Author: 赵利君 | Hits:

[File Operate进程调度试验

Description: 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation and to experience and understand a few priorities and time-Cycle Scheduling Algorithm of concrete measures for implementation
Platform: | Size: 2048 | Author: 求新 | Hits:

[Process-Thread模拟进程调度(NEW)hxr

Description: C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿-C language modeling process scheduler, notes very long, we recommend to you, to download A!
Platform: | Size: 1024 | Author: | Hits:

[CSharp进程调度模拟程序原代码

Description: 看大家都用的是vc来写的.现在传一个用c#写的进程调度程序上来.希望对大家有点帮助.-see everyone is using vc write. Now- with a write c# in the process scheduler onto. We hope to help a bit.
Platform: | Size: 1045504 | Author: 范乙 | Hits:

[GUI DevelopProcess(forOther)

Description: 本程序模拟进程调度程序,从进程的创建到结束,运用随机函数进行创建进程-the simulation process scheduler, from the creation process to the end, using the random function for the creation process
Platform: | Size: 679936 | Author: lhs | Hits:

[OS program进程调度模拟程序 - 倚天龍記

Description: 进程调度程序模拟程序,是从网上下载的,供大家参考-scheduler process simulation program is downloaded from the Internet for reference
Platform: | Size: 10240 | Author: | Hits:

[Process-Thread进程调度算法实验报告

Description: 关于进程的调度算法 实验设计: (1)设计一个有N个进程共行的进程调度程序。每个进程由一个进程控制块 PCB表示。进程控制块包括以下信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等。 (2)本调度程序用优先数调度算法。 (3)编写程序并调试运行。 -on the process of scheduling algorithm Experimental Design : (1) design a process of a total of N line in the process scheduler. Every process from a process control block PCB said. Process control block include the following information : process, and several priority process, the process needs to run the time, CPU time and the process of status. (2) The scheduler with a few priority scheduling algorithm. (3) Prepare and commissioning procedures.
Platform: | Size: 6144 | Author: 赵新新 | Hits:

[Data structsSimulate_Process_Scheduling_Implement_by_C

Description: 模拟进程调度的C语言实现 一、 实验目的 体会UNIX 系统的进程调度方法,并通过一个简单的进程调度模拟程序的实现,加深对进程调度算法,进程切换的理解。 二、 实验内容 采用静态优先数的方法,编写一进程调度程序模拟程序。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-C UNIX Two experimental use of static content priorities in a way, to prepare a process scheduler simulation program. Simulation program only right you have set up a "virtual PCB" accordingly scheduling simulation operation, that is, each occurrence "Dispatch" shows that the current operation "PCB name" priority number, running time, without the need for a real system, such as PCB data changes.
Platform: | Size: 2048 | Author: 丘方 | Hits:

[OS programprocc

Description: 这是一个进程调度程序,模拟在单处理器情况下处理器器调度。-This is a process scheduler, simulation of the single-processor scheduling for the next processor.
Platform: | Size: 6144 | Author: sunrain | Hits:

[OS Developchulijidiaodu_111

Description: 处理机调度,编写一个进程调度程序,允许多个进程共行的进程调度程序。   进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。   每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。   进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为输入进程的时间。   进程的运行时间以时间片为单位进行计算。   每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。   就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。   如果运行一个时间片后,进程的已占用 CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。   每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的 PCB,以便进行检查。    重复以上过程,直到所要进程都完成为止 -processor scheduling, the preparation of a process scheduling procedures, allowing a total of more than process the process scheduler. Process scheduling algorithm : Highest priority for priority scheduling algorithm (namely processors allocated to the highest priority in the process) and a first-come first-service algorithm . Each process is a process control block (PCB) said. Process control block may contain the following information : process, and a number of priority, arriving in time, the running time, CPU has spent time, the process of the state and so on. Several priorities for the process of the operation and needs time to be designated prior to artificially (and also by the random number generator). The arrival process for the importation process of time. The process of running t
Platform: | Size: 101376 | Author: 王山 | Hits:

[Otherscheduler

Description: scheduler进程调度--操作系统进程调度程序-scheduler scheduling process-- the process of the operating system scheduler
Platform: | Size: 10240 | Author: dream | Hits:

[OS Developprocess

Description: 一个模拟操作系统“优先数法”的进程调度程序!大家看看!-A simulated operating system priority method process scheduler! Let us take a look!
Platform: | Size: 28672 | Author: Lomi.Xiao | Hits:

[Windows DevelopAdvanced.Process.Scheduler.VB.information

Description: VB高级开发进程调度设计资料Advanced Development Process Scheduler VB design information -Advanced Development Process Scheduler VB design information
Platform: | Size: 1024 | Author: bbcall | Hits:

[OS Developprocess-scheduler-

Description: 操作系统的进程调度程序(有优先权原则、短进程优先和时间片原则)-Operating system process scheduler (with the principle of priority, short process, the principle of priority and time slice)
Platform: | Size: 33792 | Author: 我爱班花 | Hits:

[OS DevelopProcess-scheduler-design

Description: 1.设计一个有几个进程并发执行的进程调度程序,每个进程由一个进程控制块(PCB)表示,进程控制块通常应包括下述信息:进程名,进程优先数,进程需要运行的时间,占用CPU的时间以及进程的状态等,且可按照调度算法的不同而增删。 2.调度程序应包含2—3种不同的调度算法,运行时可以任选一种,以利于各种方法的分析和比较。 3.系统应能显示或打印各进程状态和参数的变化情况,便于观察。 -1.To design a process scheduler the concurrent execution of several processes, each process by a process control block (PCB) said process control block should normally include the following information: process name, process priority number, the process needs to run time, occupiedthe time of the CPU and the status of the process, etc., and may be different in accordance with the scheduling algorithm and deletions. 2. The scheduler should contain 2-3 different scheduling algorithms, the runtime can either facilitate analysis and comparison of the various methods. 3. The system should be able to display or print the process state and parameter changes, easy to observe.撤消修改 “”的用法示例:由 Google 自动翻译 字典将文件或链接拖放到此处以翻译文档或网页。 将链接拖放到此处以翻译网页。 我们不支持您拖放的文件类型,请尝试其他文件类型。 我们不支持您拖放的链接类型,请尝试其他类型的链接。 Google 翻译(企业版):译者工具包网站翻译器全球商机洞察关闭即时翻译关于 Google 翻译移动隐私
Platform: | Size: 290816 | Author: 落落 | Hits:

[Process-Threadprocess-scheduler-schedulin

Description: 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a console application (this console application type is A hello world application). 3. Programming to create a series of process and into the ready queue (using linked list), to simulate the process of creating. 4. The process of creating the information displayed on the screen. 5. Design process scheduler scheduling algorithm simulation of two or more (time slice scheduling, priority scheduling). 6. Process scheduler ready queue from the active selection process, if the queue is empty, you should display the appropriate message. 7. There must be error handling.
Platform: | Size: 8192 | Author: 李亮 | Hits:

[Software EngineeringSimulation-process-scheduler-

Description: 模拟进程调度程序。进程调度是处理机管理的核心内容。本实验要求用C++语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解时间片轮转调度算法的具体实施办法。-Simulation process scheduler. Process scheduling process management is the core content. The experiment with C++ language writing and debugging a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation, and experience and understanding round-robin scheduling algorithm specific measures for implementation.
Platform: | Size: 57344 | Author: 凯撒 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net